home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / lang / Python152_Src.lha / Python152_Source / Modules / protos / xxmodule.h < prev   
Text File  |  1999-04-25  |  537b  |  10 lines

  1. static XxoObject *newXxoObject ( PyObject *arg );
  2. static void Xxo_dealloc ( XxoObject *self );
  3. static PyObject *Xxo_demo ( XxoObject *self , PyObject *args );
  4. static PyObject *Xxo_getattr ( XxoObject *self , char *name );
  5. static int Xxo_setattr ( XxoObject *self , char *name , PyObject *v );
  6. static PyObject *xx_foo ( PyObject *self , PyObject *args );
  7. static PyObject *xx_new ( PyObject *self , PyObject *args );
  8. static PyObject *xx_bug ( PyObject *self , PyObject *args );
  9. static PyObject *xx_roj ( PyObject *self , PyObject *args );
  10.